home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / jptui35b.zip / DEMO / SRC / JOIN.BAT next >
DOS Batch File  |  1996-10-06  |  510b  |  17 lines

  1. @echo off
  2.  
  3. ECHO After compiling JPDEMO.EXE, use this batch file
  4. ECHO REM to join JPDEMO.EXE and its data files
  5.  
  6. PAUSE
  7.  
  8. copy ..\..\lib\debug\jptui.dat .
  9. ..\..\exedat\exedat.exe d jptui.dat vocab.fre
  10. ..\..\exedat\exedat.exe d jptui.dat vocab.eng
  11. ..\..\exedat\exedat.exe d jptui.dat vocab.ger
  12. ..\..\exedat\exedat.exe a jptui.dat vocab.fre 1
  13. ..\..\exedat\exedat.exe a jptui.dat vocab.eng 1
  14. ..\..\exedat\exedat.exe a jptui.dat vocab.ger 1
  15. ..\..\exedat\connect.exe jpdemo.exe jptui.dat
  16. del jptui.dat
  17.